runtime.profBuf.canWriteTwoRecords (method)
2 uses
runtime (current package)
profbuf.go#L267: func (b *profBuf) canWriteTwoRecords(nstk1, nstk2 int) bool {
profbuf.go#L315: if hasOverflow := b.hasOverflow(); hasOverflow && b.canWriteTwoRecords(1, len(stk)) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)